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