Compare commits

..

No commits in common. "5f74eaaab0987893cee3c7a0b56dabfbe76b7516" and "4376aad6e25503e14dbcf525ba93f5821c56bf8d" have entirely different histories.

View file

@ -3,12 +3,13 @@ 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
network_mode: host
networks:
- default
- proxysql_proxysql
dns:
- 89.46.20.75
- 89.46.21.29
@ -17,3 +18,7 @@ services:
- 443:443
command: apachectl -D FOREGROUND
tty: true
networks:
proxysql_proxysql:
external: true