general cleanup
Some checks failed
Build and publish the docker image / build (push) Failing after 1m16s
Some checks failed
Build and publish the docker image / build (push) Failing after 1m16s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
@ -1,32 +1,32 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
safetwitch-frontend:
|
||||
container_name: safetwitch-frontend
|
||||
hostname: safetwitch-frontend
|
||||
restart: always
|
||||
image: codeberg.org/safetwitch/safetwitch:latest
|
||||
st_frontend:
|
||||
container_name: safetwitch_frontend
|
||||
image: git.ngn.tf/ngn/safetwitch
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
cap_drop:
|
||||
- ALL
|
||||
ports:
|
||||
- "127.0.0.1:8280:8280"
|
||||
- 8080:8280
|
||||
environment:
|
||||
- SAFETWITCH_BACKEND_DOMAIN=changeme
|
||||
- SAFETWITCH_INSTANCE_DOMAIN=changeme
|
||||
- SAFETWITCH_HTTPS=true
|
||||
- SAFETWITCH_DEFAULT_LOCALE=en
|
||||
- SAFETWITCH_FALLBACK_LOCALE=en
|
||||
- SAFETWITCH_BACKEND_DOMAIN=localhost:8081
|
||||
- SAFETWITCH_INSTANCE_DOMAIN=localhost:8080
|
||||
- SAFETWITCH_HTTPS=false
|
||||
- SAFETWITCH_DEFAULT_LOCALE=en
|
||||
- SAFETWITCH_FALLBACK_LOCALE=en
|
||||
restart: unless-stopped
|
||||
|
||||
safetwitch-backend:
|
||||
container_name: safetwitch-backend
|
||||
hostname: safetwitch-backend
|
||||
st_backend:
|
||||
container_name: safetwitch_backend
|
||||
image: codeberg.org/safetwitch/safetwitch-backend:latest
|
||||
read_only: true
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
- no-new-privileges:true
|
||||
cap_drop:
|
||||
- ALL
|
||||
restart: always
|
||||
image: codeberg.org/safetwitch/safetwitch-backend:latest
|
||||
- ALL
|
||||
ports:
|
||||
- "127.0.0.1:7100:7000"
|
||||
- 8081:7000
|
||||
environment:
|
||||
- PORT=7000
|
||||
- URL=changeme
|
||||
- PORT=7000
|
||||
- URL=http://localhost:8081
|
||||
restart: unless-stopped
|
||||
|
Reference in New Issue
Block a user