Update docker-compose.yml
This commit is contained in:
parent
e1690356f0
commit
c4e5efc579
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user