mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-20 21:15:33 +00:00
Changed roulette container name
This commit is contained in:
12
roles/docker-discourse/templates/docker-compose.yml.j2
Normal file
12
roles/docker-discourse/templates/docker-compose.yml.j2
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
version: '3.8'
|
||||||
|
|
||||||
|
services:
|
||||||
|
|
||||||
|
{% include 'templates/docker-service-redis.yml.j2' %}
|
||||||
|
|
||||||
|
{% include 'templates/docker-service-' + database_type + '.yml.j2' %}
|
||||||
|
|
||||||
|
{% include 'templates/docker-compose-volumes.yml.j2' %}
|
||||||
|
redis:
|
||||||
|
|
||||||
|
{% include 'templates/docker-compose-networks.yml.j2' %}
|
@@ -1,7 +1,7 @@
|
|||||||
version: '3.7'
|
version: '3.7'
|
||||||
services:
|
services:
|
||||||
application:
|
application:
|
||||||
container_name: application
|
container_name: roulette_application
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
ports:
|
ports:
|
||||||
|
Reference in New Issue
Block a user