Skip to content

Commit

Permalink
ci: adding volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
aacevski committed Feb 15, 2025
1 parent e78091d commit bd73f50
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ services:
ports:
- "80:80"
- "443:443"

networks:
- traefik-net
volumes:
Expand All @@ -34,11 +33,11 @@ services:
- "com.centurylinklabs.watchtower.enable=true"
environment:
JWT_ACCESS: "change_me"
volumes:
- sqlite_data:/app/apps/api/data
networks:
- traefik-net
restart: unless-stopped
volumes:
- .:/app

frontend:
image: ghcr.io/kaneo-app/web:latest
Expand All @@ -57,4 +56,7 @@ services:

networks:
traefik-net:
driver: bridge
driver: bridge

volumes:
sqlite_data:

0 comments on commit bd73f50

Please sign in to comment.