Skip to content

Commit

Permalink
Update docker compose for new deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Nov 21, 2024
1 parent cb0737d commit 1d790f1
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,6 @@ services:
- sockets:/tmp/
- ./odbx/static:/app/static
- ./logs:/var/log/nginx
- ~/keys:/keys/
- ./certbot/conf:/etc/letsencrypt
- ./certbot/www:/var/www/certbot
networks:
@@ -53,22 +52,6 @@ services:
networks:
- nginx

odbx_rest_dcgat:
restart: always
build:
context: .
dockerfile: .docker/odbx_rest_dcgat_Dockerfile
environment:
MAIN: main
OPTIMADE_CONFIG_FILE: /app/production_config.json
depends_on:
- mongo
volumes:
- sockets:/tmp/
- ./logs:/app/logs/
networks:
- nginx

odbx_gnome:
restart: always
build:

0 comments on commit 1d790f1

Please sign in to comment.