computer-playbook/roles/server_docker-roulette-wheel/templates/docker-compose.yml.j2

9 lines
193 B
Plaintext
Raw Normal View History

2022-12-06 20:20:02 +01:00
version: '3.7'
services:
application:
container_name: application
build:
context: .
ports:
- 127.0.0.1:{{http_port}}:8080
2023-01-09 15:59:36 +01:00
restart: always