anonymous_overflow/docker-compose.example.yml
httpjamesm 0a525248ac feat: docker
docs: docker deployment
chore: gitignore
2022-12-28 00:27:37 -05:00

11 lines
171 B
YAML

version: '3'
services:
anonymousoverflow:
container_name: 'app'
build:
context: .
network: 'host'
ports:
- '80:8080'
restart: 'always'