mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-01 02:33:10 +01:00
8 lines
206 B
Django/Jinja
8 lines
206 B
Django/Jinja
services:
|
|
application:
|
|
container_name: roulette_application
|
|
build:
|
|
context: .
|
|
ports:
|
|
- 127.0.0.1:{{http_port}}:8080
|
|
restart: {{docker_restart_policy}} |