You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
349 B
20 lines
349 B
services:
|
|
f13_ang:
|
|
build:
|
|
context: ./
|
|
dockerfile: ./Dockerfile
|
|
container_name: f13_ang_app
|
|
ports:
|
|
- 26666:80
|
|
restart: always
|
|
networks:
|
|
- facti13_services_net
|
|
deploy:
|
|
resources:
|
|
limits:
|
|
cpus: "1.0"
|
|
memory: 1024M
|
|
|
|
networks:
|
|
facti13_services_net:
|
|
external: true
|
|
|