mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 04:49:40 +01:00
8 lines
233 B
Django/Jinja
8 lines
233 B
Django/Jinja
services:
|
|
application:
|
|
container_name: roulette_application
|
|
build:
|
|
context: .
|
|
ports:
|
|
- 127.0.0.1:{{ports.localhost.http[application_id]}}:8080
|
|
restart: {{docker_restart_policy}} |