Skip to content

Commit

Permalink
Create docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DewGew authored Oct 2, 2023
1 parent 1f35cb8 commit f2a9707
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: '3'
services:
dz-googleassistant:
image: dewgew/dzga-flask
container_name: dzga-flask
environment:
- PUID=1010
- PGID=1010
ports:
- 8181:8181
volumes:
- /home/${USER}dzga-flask/config:/config
- /home/${USER}dzga-flask/uploads:/uploads
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped

0 comments on commit f2a9707

Please sign in to comment.