Docker Image? #196
Answered
by
DustinBrett
r0073d-l053r
asked this question in
Q&A
-
Do you by chance have a Docker image for this project yet? I started drafting a compose.yml for this and I was just curious what the image may be? Here is what I've composed so far, everything #commented out is more geared toward my reverse proxy environment. `version: '3.3'
services:
daedalos:
# networks:
# - nginx
expose:
- 3000
container_name: daedalos
image: ****daedalos****
environment:
- VIRTUAL_HOST=daedalos.yourdomain.com
- VIRTUAL_PORT=3000
- LETSENCRYPT_HOST=daedalos.yourdomain.com
volumes:
- /srv/daedalos/config:/config
restart: unless-stopped
# networks:
# nginx:
# external: true
` |
Beta Was this translation helpful? Give feedback.
Answered by
DustinBrett
Sep 6, 2022
Replies: 1 comment
-
I have a Docker file but I don't use this project with Docker so in general I don't have those files. But also not really looking to add it at the moment. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DustinBrett
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a Docker file but I don't use this project with Docker so in general I don't have those files. But also not really looking to add it at the moment.