Automatische DWD Abfrage
Crontab hinzugefügt und automatische DWD Abfrage jeden Monat eingerichtet.
This commit is contained in:
@@ -9,24 +9,14 @@ services:
|
||||
environment:
|
||||
PORT: 3000
|
||||
NODE_ENV: "development"
|
||||
ports:
|
||||
- 3000:3000
|
||||
network_mode: host
|
||||
volumes:
|
||||
- ./:/online-energieausweis
|
||||
- ./node_modules/@ibcornelsen/ui:/online-energieausweis/node_modules/@ibcornelsen/ui
|
||||
- ./node_modules/@ibcornelsen/database:/online-energieausweis/node_modules/@ibcornelsen/database
|
||||
- ./persistent:/persistent
|
||||
networks:
|
||||
- postgres
|
||||
database:
|
||||
network_mode: host
|
||||
build: ../database
|
||||
env_file:
|
||||
- ../database/.env
|
||||
ports:
|
||||
- "5432:5432"
|
||||
networks:
|
||||
- postgres
|
||||
|
||||
networks:
|
||||
postgres:
|
||||
driver: bridge
|
||||
- ../database/.env
|
||||
Reference in New Issue
Block a user