Add Docker Compose deployment
This commit is contained in:
12
compose.yaml
Normal file
12
compose.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
tictactics:
|
||||
build:
|
||||
context: .
|
||||
image: tictactics:local
|
||||
container_name: tictactics
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
PORT: 3000
|
||||
ports:
|
||||
- "3000:3000"
|
||||
|
||||
Reference in New Issue
Block a user