next_main
This commit is contained in:
@@ -38,17 +38,17 @@ services:
|
||||
# - NAVICAT_MONITOR_DB_USER=postgres
|
||||
# - NAVICAT_MONITOR_DB_PASSWORD=postgres
|
||||
#
|
||||
api:
|
||||
image: copp:api-lasted
|
||||
container_name: api
|
||||
#restart: always
|
||||
ports:
|
||||
- "8000:8000"
|
||||
networks:
|
||||
- backend
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./server/api/dockerfile
|
||||
#api:
|
||||
# image: copp:api-lasted
|
||||
# container_name: api
|
||||
# #restart: always
|
||||
# ports:
|
||||
# - "8000:8000"
|
||||
# networks:
|
||||
# - backend
|
||||
# build:
|
||||
# context: .
|
||||
# dockerfile: ./server/api/dockerfile
|
||||
|
||||
api_data_base:
|
||||
image: copp:api-data-base-lasted
|
||||
|
||||
Reference in New Issue
Block a user