mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-22 12:29:39 +01:00
Implemented static IP's to solve fastcgi bug in nextcloud. https://chatgpt.com/c/67aa957f-03fc-800f-b092-9b219e36c260
This commit is contained in:
parent
60c84d57ba
commit
a7f50e05de
@ -17,7 +17,7 @@ services:
|
||||
{% include 'roles/docker-compose/templates/services/base.yml.j2' %}
|
||||
{% include 'templates/docker/container/depends-on-database-redis.yml.j2' %}
|
||||
{% include 'templates/docker/container/networks.yml.j2' %}
|
||||
ipv4_address: 192.168.102.66
|
||||
ipv4_address: 192.168.102.69
|
||||
|
||||
web:
|
||||
image: nginx:alpine
|
||||
@ -56,7 +56,7 @@ services:
|
||||
retries: 3
|
||||
{% include 'templates/docker/container/depends-on-database-redis.yml.j2' %}
|
||||
{% include 'templates/docker/container/networks.yml.j2' %}
|
||||
ipv4_address: 192.168.102.68
|
||||
ipv4_address: 192.168.102.70
|
||||
|
||||
{% include 'templates/docker/compose/volumes.yml.j2' %}
|
||||
data:
|
||||
|
Loading…
x
Reference in New Issue
Block a user