mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Changed paths,versions and set environment variables correct
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
notify: restart nginx
|
||||
|
||||
- name: "setup yourls"
|
||||
environment:
|
||||
DOCKER_CLIENT_TIMEOUT: 120
|
||||
COMPOSE_HTTP_TIMEOUT: 120
|
||||
docker_compose:
|
||||
project_name: yourls
|
||||
definition:
|
||||
@@ -16,8 +19,6 @@
|
||||
ports:
|
||||
- "127.0.0.1:{{http_port}}:80"
|
||||
environment:
|
||||
DOCKER_CLIENT_TIMEOUT: 120
|
||||
COMPOSE_HTTP_TIMEOUT: 120
|
||||
YOURLS_DB_HOST: "database:3306"
|
||||
YOURLS_DB_USER: "yourls"
|
||||
YOURLS_DB_PASS: "{{yourls_database_password}}"
|
||||
|
Reference in New Issue
Block a user