mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
disable the hugo server
This commit is contained in:
parent
b08217dfc1
commit
c069175e01
1 changed files with 10 additions and 9 deletions
|
|
@ -35,15 +35,16 @@ in
|
|||
networks:
|
||||
- hugo-chat
|
||||
*/
|
||||
hugo-chat-server = {
|
||||
image = "docker.noratrieb.dev/hugo-chat-server:63bd1922";
|
||||
ports = [ "5001:80" ];
|
||||
environment = {
|
||||
SPRING_DATASOURCE_URL = "jdbc:postgresql://vps1.local:5003/hugochat";
|
||||
};
|
||||
environmentFiles = [ config.age.secrets.hugochat_db_password.path ];
|
||||
login = dockerLogin;
|
||||
};
|
||||
# disabled since the DB connection doesn't work yet.
|
||||
#hugo-chat-server = {
|
||||
# image = "docker.noratrieb.dev/hugo-chat-server:63bd1922";
|
||||
# ports = [ "5001:80" ];
|
||||
# environment = {
|
||||
# SPRING_DATASOURCE_URL = "jdbc:postgresql://vps1.local:5003/hugochat";
|
||||
# };
|
||||
# environmentFiles = [ config.age.secrets.hugochat_db_password.path ];
|
||||
# login = dockerLogin;
|
||||
#};
|
||||
|
||||
/*
|
||||
hugo_chat_db:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue