Skip to content

Commit

Permalink
Merge pull request #12 from DewGew/DewGew-patch-2
Browse files Browse the repository at this point in the history
Create docker-compose.yaml
  • Loading branch information
DewGew authored Oct 2, 2023
2 parents 1f35cb8 + f2a9707 commit 8bc0f04
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 8bc0f04

Please sign in to comment.