14 lines
232 B
YAML
14 lines
232 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: routeros_update
|
|
ports:
|
|
- "5582:5582"
|
|
environment:
|
|
- FLASK_ENV=production
|
|
restart: unless-stopped
|