mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 05:12:57 -05:00
Delete 'docker/docker-compose.yml'
This commit is contained in:
parent
81923312f2
commit
8f8bf84ebc
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
version: "3.9"
|
||||
services:
|
||||
frontend:
|
||||
build:
|
||||
context: "../"
|
||||
dockerfile: ./docker/Dockerfile
|
||||
ports:
|
||||
- "8080:80"
|
||||
environment:
|
||||
- SAFETWITCH_BACKEND_DOMAIN=localhost:7000
|
||||
- SAFETWITCH_INSTANCE_DOMAIN=localhost:80
|
||||
- SAFETWITCH_HTTPS=false
|
||||
- SAFETWITCH_DEFAULT_LOCALE=en
|
||||
- SAFETWITCH_FALLBACK_LOCALE=ja
|
||||
|
Loading…
Reference in a new issue