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:
parent
e1690356f0
commit
c4e5efc579
1 changed files with 2 additions and 8 deletions
|
@ -13,8 +13,7 @@ services:
|
||||||
- SETGID
|
- SETGID
|
||||||
- SETUID
|
- SETUID
|
||||||
restart: always
|
restart: always
|
||||||
#image: safetwitch:arm64
|
image: codeberg.org/safetwitch/safetwitch:latest
|
||||||
image: codeberg.org/dragongoose/safetwitch:latest
|
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8280:80"
|
- "127.0.0.1:8280:80"
|
||||||
environment:
|
environment:
|
||||||
|
@ -23,8 +22,6 @@ services:
|
||||||
- SAFETWITCH_HTTPS=true
|
- SAFETWITCH_HTTPS=true
|
||||||
- SAFETWITCH_DEFAULT_LOCALE=en
|
- SAFETWITCH_DEFAULT_LOCALE=en
|
||||||
- SAFETWITCH_FALLBACK_LOCALE=en
|
- SAFETWITCH_FALLBACK_LOCALE=en
|
||||||
# networks:
|
|
||||||
#- nginx_network
|
|
||||||
|
|
||||||
safetwitch-backend:
|
safetwitch-backend:
|
||||||
container_name: safetwitch-backend
|
container_name: safetwitch-backend
|
||||||
|
@ -36,10 +33,7 @@ services:
|
||||||
cap_drop:
|
cap_drop:
|
||||||
- ALL
|
- ALL
|
||||||
restart: always
|
restart: always
|
||||||
#image: safetwitch-backend:arm64
|
image: codeberg.org/safetwitch/safetwitch-backend:latest
|
||||||
image: codeberg.org/dragongoose/safetwitch-backend:latest
|
|
||||||
#networks:
|
|
||||||
#- nginx_network
|
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:7100:7000"
|
- "127.0.0.1:7100:7000"
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue