mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-05-17 23:43:01 +00:00
feat: docker
docs: docker deployment chore: gitignore
This commit is contained in:
parent
fd6ca8b56a
commit
0a525248ac
4 changed files with 44 additions and 1 deletions
11
docker-compose.example.yml
Normal file
11
docker-compose.example.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
anonymousoverflow:
|
||||
container_name: 'app'
|
||||
build:
|
||||
context: .
|
||||
network: 'host'
|
||||
ports:
|
||||
- '80:8080'
|
||||
restart: 'always'
|
Loading…
Add table
Add a link
Reference in a new issue