mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 02:44:40 +00:00
feat(repo): base taskfile
This commit is contained in:
@@ -16,7 +16,7 @@ services:
|
||||
- app
|
||||
|
||||
app:
|
||||
# container_name: app
|
||||
# container_name: app
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
@@ -25,8 +25,8 @@ services:
|
||||
replicas: 2
|
||||
expose:
|
||||
- '${FORWARD_APP_PORT:-3000}'
|
||||
# ports:
|
||||
# - '${FORWARD_APP_PORT:-3000}:3000'
|
||||
# ports:
|
||||
# - '${FORWARD_APP_PORT:-3000}:3000'
|
||||
networks:
|
||||
- c3d_net
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user