mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 12:41:05 +01:00
Changed roulette container name
This commit is contained in:
parent
016c050c60
commit
6836ceebdd
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'
|
||||
services:
|
||||
application:
|
||||
container_name: application
|
||||
container_name: roulette_application
|
||||
build:
|
||||
context: .
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user