Files
laba-webgunea/docker-compose.yaml

17 lines
280 B
YAML

services:
strapi:
build:
context: .
dockerfile: dockerfile
container_name: strapi
ports:
- "1337:1337"
environment:
NODE_ENV: production
volumes:
- strapi_data:/app/back/.tmp
restart: unless-stopped
volumes:
strapi_data: