Merge pull request #64 from TxtDot/compose-upd

Updated docker-compose
This commit is contained in:
Artemy Egorov 2023-09-28 11:04:16 +03:00 committed by GitHub
commit c64eef7794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,9 @@ version: "3"
services: services:
txtdot: txtdot:
build: . image: ghcr.io/txtdot/txtdot:latest
ports: ports:
- "8080:8080" - "8080:8080"
restart: unless-stopped restart: unless-stopped
environment: volumes:
- HOST=0.0.0.0 - ".env:/app/.env"
- PORT=8080
- REVERSE_PROXY=true