Merge branch 'main' into testing

This commit is contained in:
Micke Nordin 2024-05-20 13:10:54 +02:00
commit 5f74eaaab0

View file

@ -3,13 +3,12 @@ version: '3.2'
services:
app:
container_name: lookup_app_1
image: docker.sunet.se/drive/nextcloud-lookup:<%= @lookup_version %>
restart: always
volumes:
- /opt/lookup/config.php:/var/www/html/config/config.php
networks:
- default
- proxysql_proxysql
network_mode: host
dns:
- 89.46.20.75
- 89.46.21.29
@ -18,7 +17,3 @@ services:
- 443:443
command: apachectl -D FOREGROUND
tty: true
networks:
proxysql_proxysql:
external: true