Skip to content

Commit

Permalink
docker 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dr committed Apr 8, 2024
1 parent f4a3293 commit 42426e0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ services:
backend:
image: backend:latest
container_name: backend
ports:
- "8000:8000"
restart: always
networks:
- default
environment:
- PUID=1000
- PGID=1000
volumes:
- ./media:/usr/src/backend/media

networks:
default:
external: true
name: main

0 comments on commit 42426e0

Please sign in to comment.