feat: docker

docs: docker deployment
chore: gitignore
This commit is contained in:
httpjamesm 2022-12-28 00:27:37 -05:00
parent fd6ca8b56a
commit 0a525248ac
4 changed files with 44 additions and 1 deletions

View file

@ -0,0 +1,11 @@
version: '3'
services:
anonymousoverflow:
container_name: 'app'
build:
context: .
network: 'host'
ports:
- '80:8080'
restart: 'always'