0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-22 13:22:58 -05:00

Update docker-compose.yml

This commit is contained in:
dragongoose 2023-11-30 01:28:12 +00:00
parent e1690356f0
commit c4e5efc579

View file

@ -13,8 +13,7 @@ services:
- SETGID
- SETUID
restart: always
#image: safetwitch:arm64
image: codeberg.org/dragongoose/safetwitch:latest
image: codeberg.org/safetwitch/safetwitch:latest
ports:
- "127.0.0.1:8280:80"
environment:
@ -23,8 +22,6 @@ services:
- SAFETWITCH_HTTPS=true
- SAFETWITCH_DEFAULT_LOCALE=en
- SAFETWITCH_FALLBACK_LOCALE=en
# networks:
#- nginx_network
safetwitch-backend:
container_name: safetwitch-backend
@ -36,10 +33,7 @@ services:
cap_drop:
- ALL
restart: always
#image: safetwitch-backend:arm64
image: codeberg.org/dragongoose/safetwitch-backend:latest
#networks:
#- nginx_network
image: codeberg.org/safetwitch/safetwitch-backend:latest
ports:
- "127.0.0.1:7100:7000"
environment: