ansible/playbooks/apps/files/code/docker-compose.yaml
Gabriel Augendre fe3cfeff25
Some checks are pending
/ run ansible (push) Waiting to run
open docker ports on localhost only
2024-10-15 19:00:21 +02:00

11 lines
216 B
YAML

services:
code:
image: ghcr.io/linuxserver/code-server
env_file: code.env
restart: always
volumes:
- ./code_data:/config
mem_limit: 3g
cpus: 3
ports:
- "127.0.0.1:9002:8443"