sunetdrive/templates/lookup/docker-compose_lookup.yml.erb

18 lines
380 B
Plaintext
Raw Normal View History

2023-02-13 09:44:56 +00:00
version: '3.2'
services:
app:
2024-05-20 11:10:20 +00:00
container_name: lookup_app_1
2023-02-13 09:44:56 +00:00
image: docker.sunet.se/drive/nextcloud-lookup:<%= @lookup_version %>
restart: always
volumes:
- /opt/lookup/config.php:/var/www/html/config/config.php
2024-05-20 11:10:20 +00:00
network_mode: host
2023-02-13 09:44:56 +00:00
dns:
- 89.46.20.75
- 89.46.21.29
- 89.32.32.32
2023-03-24 10:47:55 +00:00
command: apachectl -D FOREGROUND
2023-02-13 09:44:56 +00:00
tty: true