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:
txtdot:
build: .
image: ghcr.io/txtdot/txtdot:latest
ports:
- "8080:8080"
restart: unless-stopped
environment:
- HOST=0.0.0.0
- PORT=8080
- REVERSE_PROXY=true
volumes:
- ".env:/app/.env"