Skip to content

Commit

Permalink
Format file
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
  • Loading branch information
pombredanne committed Jul 14, 2024
1 parent 77bc205 commit aabe0a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
- docker.env
volumes:
- federatedcode_db_data:/var/lib/postgresql/data/

federatedcode:
build: .
command: /bin/sh -c "
Expand All @@ -25,6 +26,7 @@ services:
- /etc/federatedcode/:/etc/federatedcode/
depends_on:
- federatedcode_db

federatedcode_nginx:
image: nginx
env_file:
Expand All @@ -33,6 +35,7 @@ services:
- ./etc/nginx/conf.d/:/etc/nginx/conf.d
depends_on:
- federatedcode

volumes:
federatedcode_db_data:
federatedcode_static:
Expand Down

0 comments on commit aabe0a5

Please sign in to comment.