disable the hugo server

This commit is contained in:
nora 2024-08-02 23:26:40 +02:00
parent b08217dfc1
commit c069175e01

View file

@ -35,15 +35,16 @@ in
networks: networks:
- hugo-chat - hugo-chat
*/ */
hugo-chat-server = { # disabled since the DB connection doesn't work yet.
image = "docker.noratrieb.dev/hugo-chat-server:63bd1922"; #hugo-chat-server = {
ports = [ "5001:80" ]; # image = "docker.noratrieb.dev/hugo-chat-server:63bd1922";
environment = { # ports = [ "5001:80" ];
SPRING_DATASOURCE_URL = "jdbc:postgresql://vps1.local:5003/hugochat"; # environment = {
}; # SPRING_DATASOURCE_URL = "jdbc:postgresql://vps1.local:5003/hugochat";
environmentFiles = [ config.age.secrets.hugochat_db_password.path ]; # };
login = dockerLogin; # environmentFiles = [ config.age.secrets.hugochat_db_password.path ];
}; # login = dockerLogin;
#};
/* /*
hugo_chat_db: hugo_chat_db: