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:
|
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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue