Removed old database from compose
This commit is contained in:
+14
-14
@@ -92,20 +92,20 @@ services:
|
||||
networks:
|
||||
- shuffle
|
||||
restart: unless-stopped
|
||||
database:
|
||||
#build: ./backend/database
|
||||
image: frikky/shuffle:database
|
||||
container_name: shuffle-database
|
||||
hostname: shuffle-database
|
||||
ports:
|
||||
- "8000:8000"
|
||||
networks:
|
||||
- shuffle
|
||||
environment:
|
||||
- _JAVA_OPTIONS="-Xmx2g"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${DB_LOCATION}:/etc/shuffle
|
||||
#database:
|
||||
# #build: ./backend/database
|
||||
# image: frikky/shuffle:database
|
||||
# container_name: shuffle-database
|
||||
# hostname: shuffle-database
|
||||
# ports:
|
||||
# - "8000:8000"
|
||||
# networks:
|
||||
# - shuffle
|
||||
# environment:
|
||||
# - _JAVA_OPTIONS="-Xmx2g"
|
||||
# restart: unless-stopped
|
||||
# volumes:
|
||||
# - ${DB_LOCATION}:/etc/shuffle
|
||||
|
||||
networks:
|
||||
shuffle:
|
||||
|
||||
Reference in New Issue
Block a user