mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02: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'
|
||||
services:
|
||||
application:
|
||||
container_name: application
|
||||
container_name: roulette_application
|
||||
build:
|
||||
context: .
|
||||
ports:
|
||||
|
Reference in New Issue
Block a user