mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2024-12-06 19:16:43 +01:00
feat: docker
docs: docker deployment chore: gitignore
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
anonymousoverflow:
|
||||
container_name: 'app'
|
||||
build:
|
||||
context: .
|
||||
network: 'host'
|
||||
ports:
|
||||
- '80:8080'
|
||||
restart: 'always'
|
||||
Reference in New Issue
Block a user