initial template
This commit is contained in:
9
compose/docker-compose.yml
Normal file
9
compose/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
app:
|
||||
image: your-image:latest
|
||||
container_name: ${APP_NAME}
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${APP_PORT}:8080"
|
||||
environment:
|
||||
- TZ=Europe/London
|
||||
Reference in New Issue
Block a user